From: YAMAMOTO Mitsuharu Date: Fri, 27 Jul 2007 08:40:54 +0000 (+0000) Subject: (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17621 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d1079b478dad398b915c2fd35ecab1780cec7dde;p=emacs.git (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New member fringe_extended_p. --- diff --git a/src/xterm.h b/src/xterm.h index 70e0522e9cc..65499d45b0f 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -807,6 +807,12 @@ struct scroll_bar place where the user grabbed it. If the handle isn't currently being dragged, this is Qnil. */ Lisp_Object dragging; + +#ifdef USE_TOOLKIT_SCROLL_BARS + /* t if the background of the fringe that is adjacent to a scroll + bar is extended to the gap between the fringe and the bar. */ + Lisp_Object fringe_extended_p; +#endif }; /* The number of elements a vector holding a struct scroll_bar needs. */